2008-03-24 Tor Lillqvist <tml@novell.com>
* babl/babl-type.c: Make the "test" array static.
svn path=/trunk/; revision=297
+2008-03-24 Tor Lillqvist <tml@novell.com>
+
+ * babl/babl-type.c: Make the "test" array static.
+
2008-03-23 Martin Nordholts <martinn@svn.gnome.org>
* babl/babl-memory.[ch]: typedef:ed BABL free and malloc function
#define TOLERANCE 0.000000001
#define samples 512
-double test[samples];
+static double test[samples];
static double r_interval (double min, double max)
{